Click or drag to resize

MessageMinExpires Property

Gets or sets Min-Expires header field. The Min-Expires header field contains an integer number of seconds that represents the minimum expiration interval that the registrar will accept. The value of this header field is number of seconds between 0 and 4294967295.

Namespace:  Independentsoft.Sip.Methods
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int MinExpires { get; set; }

Property Value

Type: Int32
See Also